modules: Add wayland IM implementation
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 30 Nov 2017 17:53:26 +0000 (18:53 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Tue, 13 Feb 2018 14:47:57 +0000 (15:47 +0100)
commit21e9fe4f55a611945f17eef6a0c0fd681a511ea3
tree2a58a3602f62a06ae655d129fd34706018a4dff0
parent3b568fbe7701eeeab89cc995f2a616bb43d17985
modules: Add wayland IM implementation

This IM context implementation goes through the gtk-text-input protocol,
leaving up to the compositor the actual interaction with IM engines.
gtk/gtkimmodule.c
gtk/gtksettings.c
meson.build
modules/input/gtk-text-input.xml [new file with mode: 0644]
modules/input/imwayland.c [new file with mode: 0644]
modules/input/meson.build